SINH

Section: C Library Functions (3)
Index Return to Main Contents

BSD mandoc
 

NAME

sinh - hyperbolic sine function  

SYNOPSIS

Fd #include <math.h> Ft double Fn sinh double x  

DESCRIPTION

The Fn sinh function computes the hyperbolic sine of Fa x .  

RETURN VALUES

The Fn sinh function returns the hyperbolic sine value unless the magnitude of Fa x is too large; in this event, the global variable errno is set to Er ERANGE .  

SEE ALSO

acos(3), asin(3), atan(3), atan2(3), cos(3), cosh(3), sin(3), tan(3), tanh(3), math(3),  

STANDARDS

The Fn sinh function conforms to St -ansiC .


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUES
SEE ALSO
STANDARDS

This document was created by man2html, using the manual pages.
Time: 00:35:29 GMT, March 30, 2022